stamp_llg
1. Description
Stamp_llg calculation type is used to fetch rule from a rule file.
2. Syntax
{
{
"name": "",
"data_type": "Number",
"derivation": {
"derivation_type": "STAMP_LLG",
"req_fields": {
"input_id": "",
"default_value": ""
}
}
}
}
3. Required Fields
- name: Output Field Name.
- data_type: Output Field Type. Possible values are: "Number".
- derivation
- derivation_type:Name of the calc_type. Here it is "STAMP_LLG".
- req_fields
- input_id:File id from which rules has to be fetched.
- default_value:Field name from input metadata or output config or constants metadata which needs to be derived when input key is not found in rule file.
Click ⬇️ to download the sample data.
4. Example
{
{
"name": "ProdDimension1ItemId",
"data_type": "Number",
"derivation": {
"derivation_type": "STAMP_LLG",
"req_fields": {
"input_id": "1000",
"default_value": "8888"
}
}
}
}